home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / nude-streakers.swf / scripts / DefineButton2_298 / BUTTONCONDACTION on(press, keyPress Up).as
Text File  |  2005-09-23  |  104b  |  7 lines

  1. on(press, keyPress "<Up>"){
  2.    if(_root.slider._y >= 75)
  3.    {
  4.       _root.slider._y -= 20;
  5.    }
  6. }
  7.